home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / May 96 / Re <no subject>.2 < prev    next >
Encoding:
Internet Message Format  |  1996-12-03  |  1.4 KB  |  [TEXT/ttxt]

  1. Subject:     Re: <no subject>
  2. Sent:        4/30/96 11:15 AM
  3. Received:    4/30/96 11:31 AM
  4. From:        Jim Lloyd, jim@melongem.com
  5. Reply-To:    ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. At 3:12 AM 4/30/96, PIPUS Aurora wrote:
  9. >I'd like to include a C++ library in my ODF project. Must I use any
  10. >particulare preferences to create this library with CW7?
  11. >Please help me. Thanks Aurora.
  12. >
  13. >Aurora Pipus.
  14. >Pipus@corinto.interbusiness.it
  15.  
  16. Make sure that you use CW7 for both your library and for creating the ODF
  17. libraries.  You can't mix CW7 and CW8 because they use different v-table
  18. formats and name mangling.
  19.  
  20. Make sure the preferences in the "C/C++ Language" panel is the same in all
  21. of the projects.  The ODF projects should already be consistent, so you'll
  22. just need to make sure that your project matches the ODF projects.
  23.  
  24. Note that it's not necessary to make every single checkbox in the "C/C++
  25. Language" panel be the same across all projects; some of the preferences
  26. (such as "Expand Trigraphs")  don't affect code generation and linkage.
  27. However, it's probably a good idea to use exactly the same preferences we
  28. use and then only make changes if you know for sure that you need them.  In
  29. that case you might then want to change the preferences in the ODF projects
  30. and rebuild the ODF libraries.
  31.  
  32. Jim Lloyd
  33. ODF Team
  34.  
  35.